:root {
  /* Defnisco i parametri generici*/
  --font-primary: "Nunito Sans";
  --font-size: 16px;

  /* Defnisco i parametri generici*/
  --font-title: "Nunito Sans";


  /* Defnisco le variabili dei colori della barra primaria*/
  /* ---------------------------------------------------------------- */
  /* ---------------------------------------------------------------- */
  --def-primary-color: #FFFFFF;


  /* Colore di background della barra (Trasparente, bianco etc..) */
  --def-background-color: rgba(255, 255, 255, 0);

  /* Colore di sfondo del quadrato intorno ad un link quando si va sopra col mouse */
  --def-button-background: rgba(255, 255, 255, 0.4);
  --def-active-link: #FFFFFF;
  --def-hover-link: #FFFFFF;
  --def-disabled-link: #444444;
  --def-navbar-text: #010101;
  --def-box-shadow: none;
}

body.covered .cover {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-color: rgb(255, 255, 255);
  background-image: url(loading.gif);
  background-position: center;
  z-index: 9999;
  opacity: .85
}

body.semicovered .cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-color: rgb(255, 255, 255);
  z-index: 99;
  opacity: .85
}

.disablescroll {
  overflow: hidden
}

.mx-15 {
  margin-left: 15px;
  margin-right: 15px
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px
}

.mt-2 {
  margin-top: 15px
}

.mb-1 {
  margin-bottom: 5px
}

.mb-2 {
  margin-bottom: 15px
}

.mt-30 {
  margin-top: 30px
}

.mb-30 {
  margin-bottom: 30px
}

.nowrap {
  white-space: nowrap
}

.d-block {
  display: block
}

.btn.btn-success,
.btn.btn-default,
.btn.btn-warning,
.btn.btn-danger,
.btn-lightyellow {
  padding: 8px 14px;
  font-weight: 500;
  text-transform: initial;
  border-radius: 4px;
  border: 0;
  line-height: 25px
}

.btn.btn-success.btn-xs,
.btn.btn-xs,
.btn-default {
  line-height: 25px;
  padding: 1px 5px
}

.btn.btn-submit,
.btn.btn-submit:hover,
.btn.btn-submit:focus {
  position: fixed;
  bottom: 15px;
  width: calc(100% - 30px);
  display: block
}

.btn.btn-default {
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(60, 66, 87, 0.12) 0px 2px 5px 0px
}

.btn-danger {
  background-color: #f4604e;
  border: none
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
  background-color: #d25b4d;
  border: none
}

.btn-verdewa {
  background-color: transparent !important;
  border-color: #2CCD47 !important;
  border-style: solid !important;
  border-width: 1px !important;
  border-radius: 3px !important;
  color: #2CCD47 !important
}

.btn-warning {
  background-color: #337ab7;
  border: none
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
  background-color: #2a5982;
  border: none
}

.btn-grey {
  color: #fff;
  background-color: #808080;
  border-color: #808080;
  text-transform: uppercase;
  font-weight: 400
}

.btn-grey:hover {
  color: #fff;
  background-color: #A0A0A0
}

.btn-info,
.btn-info:hover,
.btn-info:focus {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent
}

.p-1 {
  padding: 15px
}

.py-1 {
  padding-top: 15px;
  padding-bottom: 15px
}

.py-2 {
  padding-top: 20px;
  padding-bottom: 20px
}

.py-4 {
  padding-top: 60px;
  padding-bottom: 60px
}

.panel-shadow {
  box-shadow: 0 7px 14px 0 rgba(60, 66, 87, 0.12), 0 3px 6px 0 rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  border-color: transparent
}

.panel-shadow.panel-overflow {
  overflow: initial
}

.panel-body {
  background-color: #f7fafc
}

.panel-heading+.panel-body {
  box-shadow: inset 0 1px #e3e8ee
}

.panel-default>.panel-heading {
  border: none;
  background-color: #fff
}

select {
  font-weight: 500
}

body {
  font-size: 14px;
  background-color: #e5e5e5
}

div {
  position: relative;
  display: block;
  box-sizing: border-box
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none
}

.ck-editor ul,
.ck-editor li {
  margin: inherit;
  padding: inherit;
  list-style: inherit
}

.ck-content ul,
.ck-content li {
  margin: inherit;
  padding: inherit;
  list-style: inherit
}

h2 {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  font-weight: 600
}

h3 {
  font-size: 14px;
  font-weight: 600;
  margin: 0
}

h4,
.h4 {
  font-size: 16px;
  font-weight: 500
}

.dflex {
  display: flex
}

.justifycontentbetween {
  justify-content: space-between
}

img {
  max-width: 100%
}

body a,
body a:hover,
body a:focus {
  text-decoration: none
}

label {
  font-weight: 400
}

.panel {
  border: 1px solid #e5e5e5
}

.doc {
  background-color: #ffffe9
}

.glyphicon {
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 22px;
  height: 16px;
  display: block;
}

.glyphicon.glyphicon-arrow-right {
  background-position: -102px -10px;
  transform: rotate(90deg)
}

.glyphicon.glyphicon-arrow-left {
  background-position: -102px -10px;
  transform: rotate(-90deg)
}

.glyphicon.glyphicon-chevron-left {
  background-position: 0 -40px
}

.glyphicon.glyphicon-chevron-right {
  background-position: 0 -40px;
  transform: rotate(-180deg)
}

.table.tableclickable thead {
  background-color: #f7fafc
}

.table.tableclickable tbody tr {
  background-color: #fff
}

.mobileleftdesktopright {
  float: right;
  padding: 15px;
}

.mobilerightdesktopleft {
  float: left;
  padding: 15px;
}

@media(max-width:767px) {
  .py0onmobile {
    padding-top: 0;
    padding-bottom: 0
  }

  .mobileleftdesktopright {
    float: none;
    width: 100% !important;
  }

  .mobilerightdesktopleft {
    float: none;
    width: 100% !important;
  }
}

/* header */
.messagebox>.alert {
  margin: 0;
  text-align: center
}

#mainnav {
  z-index: 999
}

@media(max-width:991px) {
  #mainnav.withmacro {
    min-height: 132px
  }
}

.navbar {
  padding: 0
}

.navbar-header {
  padding: 5px 15px;
  float: none !important;
  background-color: #fff;
  position: fixed;
  width: 100%
}

.logo-header {
  line-height: 56px
}

/*.logo-header>a:first-child{float:left}*/
.logo-header,
.logo-header a,
.logo-header a:hover,
.logo-header a:visited {
  color: #000;
  font-size: 20px;
  font-weight: 400
}

.logo-header:after {
  content: '';
  display: block;
  clear: both
}

#logoimg {
  width: 180px;
  height: 56px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  text-indent: -200%;
  overflow: hidden
}

.cartbox {
  position: absolute;
  right: 40px;
  top: 5px;
  -webkit-transition: all 0.25s ease-in-out, color 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: all 0.25s ease-in-out, color 0.25s ease-in-out
}

.menulight .cartbox {
  display: none !important
}

.cart {
  position: relative;
  white-space: nowrap;
  line-height: 1em;
  fill: #000;
  stroke: #000;
  display: block;
  height: 48px;
  padding: 12px 0
}

.cart:hover,
.cart:focus {
  text-decoration: none
}

.cartbox .cta {
  display: none
}

.Cart-inner {
  display: block;
  position: relative
}

.Icon--cart,
.Icon--bag,
.Icon--cart-alt,
.Icon--bag-alt,
.Cart-label {
  display: none
}

.Icon--cart {
  width: 26px;
  height: 23px;
  display: inline-block
}

.sqs-cart-quantity {
  display: inline-block;
  vertical-align: top;
  min-width: 1em;
  margin-top: -8px;
  margin-left: -8px;
  border-radius: 12px;
  padding: 5px 7px;
  background-color: #1d1d1d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  text-align: center;
  line-height: 10px;
  font-size: 10px
}

.cartbox.full {
  width: 99px;
  background-color: #337ab7;
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 4px
}

.cartbox.full .cart {
  fill: #fff;
  stroke: #fff
}

.cartbox.full .sqs-cart-quantity {
  background: none;
  color: #fff;
  font-size: 14px;
  float: right
}

.cartbox.full .Icon--cart {
  margin-top: -8px;
  width: 23px;
  height: 23px
}

.cartbox.full .cta,
.cartbox.full a:visited .cta,
.cartbox.full a:hover .cta {
  display: block;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center
}

.cartbox.fulling {
  background-color: #fff
}

.logonamebox.longname {
  font-size: 15px
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0
}

body .logo-header a.loginLink,
body .logo-header a.loginLink:visited,
body .logo-header a.loginLink:hover {
  font-size: 14px;
  color: #337ab7;
  position: absolute;
  top: 0;
  right: 0
}

#hf {
  position: absolute;
  right: 10px;
  top: 5px
}

@media (min-width:992px) {
  .cartbox {
    display: none
  }
}

@media (max-width:992px) {
  .logonamebox {
    overflow: hidden;
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
    padding-right: 85px
  }
}

@media (max-width:992px) {
  a.loginLink {
    display: none
  }

  .navbar-default .navbar-toggle {
    position: absolute;
    right: -5px;
    top: 9px;
    margin: 0;
    padding: 6px
  }

  .navbar-default .navbar-toggle i {
    font-size: 28px;
    margin: 0
  }

  .adminpage .navbar-default .navbar-toggle {
    color: #fff
  }

  #logoimg {
    width: calc(100% - 155px);
    max-width: 200px
  }

  #navbar1 {
    position: fixed !important;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 999;
    right: 0;
    top: 60px;
    height: calc(100vh - 50px);
    opacity: 1
  }

  #navbar1>div {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    background-color: #fff;
    border-left: 1px solid #ccc;
    padding: 20px;
    padding-bottom: 100px;
  }
}

@media (min-width: 768px) {
  #navbar1.navbar-collapse.collapse {
    display: none !important;
    height: 0 !important;
    padding-bottom: 0;
    overflow: hidden !important;
    opacity: 0
  }
}

@media (max-width:340px) {

  .logo-header,
  .logo-header a,
  .logo-header a:hover,
  .logo-header a:visited {
    font-size: 18px
  }
}

/* home */
.main-home {
  width: 100%
}

.biobox {
  font-weight: 300
    /*;color:#535353*/
}

.biobox h2 {
  font-size: 17px;
  margin-bottom: 10px
}

.newLogoBox {
  padding-bottom: 15px
}

.paymrow {
  display: flex;
  width: 100%;
  margin: 0;
  justify-content: space-between
}

.iconbox1 {
  margin-top: 4px;
  padding: 0;
  width: auto !important
}

.iconbox1 i {
  font-size: 18px;
  color: #999
}

.iconbox1.text-right {
  padding-right: 0;
  text-align: center
}

.iconbox1 span {
  white-space: nowrap;
  display: block
}

.iconbox1.text-left {
  padding-left: 0;
  ;
  text-align: center
}

.floatingbutton {
  text-align: center;
  position: fixed;
  z-index: 998;
  bottom: initial;
  width: auto;
  z-index: 999;
  right: 5%;
  top: 0;
  margin: 13px 0px;
}

#categorylist {
  position: relative
}

/*#categorylist.affix{position:fixed;top:80px;z-index:97}*/
#categorylist li {
  padding: 5px 0
}

#categorylist li a {
  line-height: 30px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.lista .rowclickablecategory {
  min-height: 60px;
  padding: 10px 0;
  margin-bottom: 25px
}

.lista .clickablecategorybox:before {
  content: "\f078";
  display: block;
  height: 40px;
  width: 40px;
  font: 100 normal normal 18px/1 FontAwesome;
  color: #999;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px
}

.lista .clickablecategorybox:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0
}

.lista .rowclickablecategory .productimg {
  width: 100%;
  padding-top: 100%
}

.lista .rowclickablecategory .col-categoryhead {
  position: absolute;
  top: 50%;
  left: 27%;
  right: 50px;
  transform: translateY(-50%)
}

.lista .rowclickablecategory .col-categoryhead>p {
  max-height: 60px;
  overflow: hidden
}

.lista .categorybox+.menu {
  margin-top: -1px;
  background-color: #fff
}

@media (max-width:992px) {
  .lista .rowclickablecategory .productimgbox {
    padding-top: 0
  }

  .lista .rowclickablecategory .col-categoryhead {
    left: 36%;
    right: 50px
  }

  .lista .rowclickablecategory .col-categoryhead>p {
    max-height: 40px
  }
}

.macrocategorybox {
  cursor: pointer
}

.macrocategorybox .hovercraft {
  padding: 15px 0 20px
}

.macrocategorybox:nth-child(3n + 1) {
  clear: left
}

.macrocategorybox.quattromacro:nth-child(3n + 1) {
  clear: initial
}

.macrocategorybox.quattromacro:nth-child(4n + 1) {
  clear: left
}

.macrocat2 {
  cursor: pointer;
}

@media (max-width:992px) {
  .floatingbutton {
    text-align: center;
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    left: 50%;
    transform: translateX(75px);
    right: 50%;
    -webkit-transition: all 0.5s ease-in-out, color 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: all 0.5s ease-in-out, color 0.5s ease-in-out
  }

  .macrocategorybox:nth-child(3n + 1) {
    clear: initial
  }

  .macrocategorybox:nth-child(2n + 1) {
    clear: left
  }
}

@media (max-width:767px) {

  /*.biobox {position: sticky; top: 21px; z-index: 10; background: #eee;}
.biobox .card-body {padding-bottom:0;}*/
  .fixedStyleBar {
    position: fixed !important;
    left: 15px !important;
    top: 65px !important;
    z-index: 99;
    padding-right: 45px !important;
    background: #fff;
    border-bottom: 1px solid #eee;
  }

  .biobox .card {
    background-color: transparent;
    border: none
  }

  .biobox .card .card-body {
    padding-left: 0;
    padding-right: 0
  }

  .menubox {
    padding: 0
  }

  .menubox .card {
    border-width: 1px 0;
    border-radius: 0
  }

  .categorylistBox {
    height: 52px
  }

  #categorylist {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 -15px;
    overflow-x: auto;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 0;
    width: calc(100% + 30px)
  }

  /* #categorylist.affix{position:fixed;top:65px;left:15px;z-index:97;width:100%!important;padding:5px 0;background-color:#f5f5f5;box-shadow:0 0 9px #999} */
  #categorylist li {
    flex: 0 0 auto;
    padding: 5px 10px;
    margin-left: 10px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #e5e5e5
  }

  #categorylist li.selected {
    background-color: #337ab7;
  }

  #categorylist li.selected a {
    color: #fff !important;
  }

  /* #categorylist li:last-child:after{content:'';display:block;height:42px;width:50px;position:fixed;margin-top:5px;transform:translateY(-100%);right:0;
background: -moz-linear-gradient(90deg, rgba(245,245,245,0) 0%, rgba(245,245,245,0.5) 50%, rgba(245,245,245,0.9) 100%);
background: -webkit-linear-gradient(90deg, rgba(245,245,245,0) 0%, rgba(245,245,245,0.5) 50%, rgba(245,245,245,0.9) 100%);
background: linear-gradient(90deg, rgba(245,245,245,0) 0%, rgba(245,245,245,0.5) 50%, rgba(245,245,245,0.9) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1)} */
}

#modal1 .modal-footer {
  background: #fff;
  position: sticky;
  bottom: 0;
}

#modal4 .modal-footer {
  background: #fff;
  position: sticky;
  bottom: 0;
}

@media (max-width:599px) {
  .floatingbutton {
    bottom: 0;
    margin: 0;
    z-index: 998;
    background: #fff;
    border-top: 1px solid #eee;
    box-shadow: 0 0px 3px #ccc;
    padding: 5px 10px;
    top: initial;
    left: 0;
    transform: none;
    right: 0
  }

  .floatingbutton:before {
    content: '';
    width: 45px;
    height: 15px;
    border-radius: 6px 6px 0 0;
    display: block;
    position: absolute;
    top: -15px;
    background: #fff;
    border: 1px solid #eee;
    border-bottom: 0;
    box-shadow: 0px -2px 2px 0 #ccc
  }

  .floatingbutton .minimizeButton {
    display: block;
    height: 27px;
    width: 45px;
    position: absolute;
    top: -20px;
    left: 10px;
    background-color: transparent;
    z-index: 999;
    background-image: url('../img/sprite.png');
    background-position: -45px -2px;
    background-repeat: no-repeat
  }

  .floatingbutton.chiuso .minimizeButton {
    background-position: -92px -4px
  }
}

/* menulight */
.menulight .productimgbox {
  padding-right: 0
}

.categorybox>.row>.col-xs-8 {
  padding: 20px 15px
}

.menu .dishnamebox h3.isfull {
  margin-top: 10px;
}

/* lista */
/* .menu{border-bottom:1px solid #eaeaea;margin-bottom:30px;padding-bottom:15px} */
.item {
  border-bottom: 1px dashed #eaeaea;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out, color 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: all 0.25s ease-in-out, color 0.25s ease-in-out
}

.item:last-child {
  border: none
}

.item.fulling:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, .75);
  z-index: 99
}

.panel.lista .item {
  padding: 15px 0
}

.colbox {
  display: flex;
  padding-left: 0;
  justify-content: space-between
}

.dishnamebox h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding-right: 0
}

.colbox h3,
.dishnamebox h3 {
  line-height: 35px
}

.dishnamebox h3.isfull {
  white-space: inherit;
}

.colbox h3.isfull,
.dishnamebox h3.isfull {
  line-height: 20px
}

.plusbutton i {
  font-size: 44px;
  float: right;
  margin-left: 5px
}

p.description {
  color: #666;
  font-weight: 300
}

.allergens {
  margin-left: 7px
}

@media (max-width:767px) {
  .panel.lista {
    padding: 8px
  }
}

.productimgbox {
  padding-top: 10px
}

.productimg {
  padding-top: 100%;
  background-color: #ccc
}

.productimg {
  background-size: cover;
  background-position: center
}

.productimg img {
  position: absolute;
  top: 0
}

.plusbutton2 {
  position: absolute;
  bottom: 0;
  top: 50%;
  right: 15px;
  transform: translateX(50%) translateY(-50%);
  height: 60px;
  margin-top: 5px
}

.plusbutton2 i {
  margin-left: 0;
  background: #fff;
  border-radius: 50%;
  padding: 1px 3px;
  margin: 7px 0
}

.item2 .colbox {
  justify-content: flex-end;
  white-space: nowrap
}

.sizesrow p.description {
  line-height: 30px;
  margin: 0
}

@media (max-width:1200px) {
  .productimgbox {
    padding-top: 0;
    padding-right: 0
  }
}

/* categorylistTop */
/* #categorylistTop{float:right;display:flex} */
#categorylistTop li {
  padding: 0 5px;
  white-space: nowrap;
}

#categorylistTop li a {
  line-height: 40px;
  padding: 0 5px;
  font-size: 14px;
  color: #337ab7
}

/* @media (max-width:992px){#categorylistTop{margin-right:100px}} */
#categorylistTop {
  margin-right: 0;
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  overflow-x: auto;
  padding: 5px 0;
  float: right;
  max-width: 100%;
}

/* */
#categorylistTop .left-paddle {
  display: none;
}

#categorylistTop .right-paddle {
  display: none;
}

@media (min-width:992px) {
  .containercategorylistTop {
    position: relative;
    max-width: calc(100% - 250px);
    float: right;
  }

  #categorylistTop {
    overflow: hidden;
    flex-wrap: nowrap;
    padding: 0;
    margin-right: 10px;
    margin-left: 0;
    float: none;
  }

  #categorylistTop .left-paddle {
    display: block;
    position: absolute;
    font-size: 20px;
    color: #969696;
    left: 0;
    padding: 0 10px;
    background: #fff;
    background: #eee;
    cursor: pointer;
  }

  #categorylistTop .right-paddle {
    display: block;
    position: absolute;
    font-size: 20px;
    color: #969696;
    right: 0;
    padding: 0 10px;
    background: #fff;
    background: #eee;
    cursor: pointer;
  }
}

/* components */
.componentul>li,
.listaopzioni>li {
  border-bottom: 1px solid #eee;
  padding: 3px 0
}

.componentul>li>a,
.listaopzioni>li>a {
  display: block;
  line-height: 30px;
  padding: 5px 0;
  color: #999
}

#componentsselectedul {
  margin-bottom: 20px
}

#componentsselectedul>li,
.listaselezionati>li {
  position: relative;
  border-bottom: 1px solid #ddd;
  padding: 6px 0;
  font-weight: 600;
  line-height: 40px;
  font-size: 17px;
  padding-left: 40px
}

#componentsselectedul>li:before,
.listaselezionati>li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  height: 19px;
  width: 23px;
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  top: 50%;
  transform: translateY(-50%)
}

.com_h3 {
  font-weight: 300
}

/* modal1 */
#modal1 .ombra {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9998;
  background: rgb(0, 0, 0, 0.2);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=2);
}

#modal1 .modal-title {
  margin: 10px 0;
  font-weight: 700
}

/* #modal1 .modal-title{z-index:9999;position:absolute;left:0;top:0;color:#fff;width: 100%;padding: 10px;font-size: 18px;text-shadow: 0 0 1px #000} */
.modalimgbox {
  background-size: cover;
  height: calc(100vh - 450px);
  max-width: calc(45vh);
  background-position: center;
  max-height: 300px;
  margin: auto
}

.no-food .modalimgbox {
  height: auto;
  width: auto;
  max-height: auto;
  max-width: auto;
  padding-top: 100%;
}

.scontobox .input-group-btn:first-child>.btn,
.scontobox .input-group-btn:first-child>.btn-group {
  margin-right: 1px !important
}

.scontobox .input-group-btn:last-child>.btn,
.scontobox .input-group-btn:last-child>.btn-group {
  margin-left: 0 !important
}

.scontobox .faketable>span {
  width: 50px;
  font-size: inherit;
  display: table-cell
}

.scontobox .faketable>span:first-child {
  width: 50px;
  line-height: 33px
}

#scontolabel {
  font-size: 20px;
  font-weight: 700
}

.sizesbox li {
  display: block
}

.sizesbox li input {
  width: 25px;
  height: 25px;
  margin: 5px
}

#modal3 .modal-dialog {
  max-width: 350px
}

#modal3 .modal-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

#modal3 h2 {
  margin: 10px 0
}

.modal .optionli>div span {
  line-height: 30px
}

.modal .optionli>div i {
  font-size: 30px;
  color: #666;
  cursor: pointer;
}

.modal .optionli>div i:hover {
  color: #aaa
}

.modal .optionli.has.removed span {
  text-decoration: line-through
}

/* .modal .optionli.hasnt.added span{text-decoration:underline} */
.modal .optionli.has:not(.removed) .fa-plus {
  display: none
}

.modal .optionli.has.removed .fa-minus-square {
  display: none
}

.modal .optionli.hasnt:not(.added) .fa-check {
  display: none
}

/* .modal .optionli.hasnt.added .fa-plus-square{display:none} */
.akaTable {
  display: table;
  width: 100%
}

.akaTable>* {
  display: table-row
}

.akaTable>*>* {
  display: table-cell
}

.akaTable>*.hasnt>*:nth-child(2) {
  width: 75px;
  text-align: right;
  padding-right: 5px
}

.akaTable>*.hasnt>*:nth-child(3) {
  width: 85px;
  text-align: right;
}

.akaTable>*.has>*:nth-child(2) {
  width: 30px
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 400px
  }
}

/* footer */
.maincontainer>.maincontent {
  min-height: 80vh
}

footer.mainfooter {
  background-color: #ebebeb
}

#footerlogo {
  max-width: 250px
}

#footermap {
  height: 40vh
}

#footermap div {
  position: initial;
}

/* checkout */
.checkoutpage .navbar-header {
  border-bottom: 2px solid #ccc
}

.checkoutpage .dx {
  margin-top: 20px
}

.zipsbox1 li {
  display: inline-block;
  padding-right: 20px
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px
}

label.for {
  margin: 10px 0;
  display: block;
  font-weight: 300
}

label.for input {
  display: inline-block;
  height: 20px;
  width: 20px
}

#orderList {
  table-layout: fixed
}

.chtd {
  width: 70px;
  text-align: center;
  padding-right: 9px
}

.orderrow:not(.orderrownotes).type2 .chtd {
  width: 20px
}

.chtd>a {
  color: #000;
  line-height: 21px
}

.chtd>a.chb {
  font-size: 20px;
  color: #337ab7;
  line-height: 20px
}

.form-check {
  width: 20px;
  height: 20px
}

.chtd>a:nth-child(1) {
  float: left
}

.chtd>a:nth-child(2) {
  display: inline
}

.chtd>a:nth-child(3) {
  float: right
}

.orderrow {
  -webkit-transition: all 0.5s ease-in-out, color 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out, color 0.5s ease-in-out;
  transition: all 0.5s ease-in-out, color 0.5s ease-in-out;
}

.orderrownotes {
  color: #999;
  font-weight: 100
}

.orderrow>td {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.orderrow>td:nth-child(3) {
  width: 60px
}

.checkoutpage .orderrow>td {
  white-space: initial
}

.orderrow:not(.orderrownotes)>td {
  padding-top: 10px
}

.visibleOnDelivery {
  display: none
}

.visibleOnShipment {
  display: none
}

.visibleInStore {
  display: none
}

#card-element {
  margin-top: 9px;
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 14px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#card-errors {
  background-color: lightyellow;
  color: #c03
}

.card-body>.dflex>input {
  margin: 0;
  flex-shrink: 0
}

.card-body>.dflex>label {
  margin: 0 0 0 5px
}

.checkoutbox .card-body>.dflex {
  margin-bottom: 9px
}

.couponapply {
  padding: 5px;
  cursor: pointer
}

#couponcodebox {
  width: 100%
}

#couponcodebox .inside {
  height: 40px;
  text-transform: uppercase;
  color: #2c73cc
}

#couponrow {
  color: #2c73cc;
  font-weight: 700
}

@media (min-width:768px) {
  .card.affix {
    position: fixed;
    top: 80px
  }

  .orderrow i {
    color: #999
  }
}

@media (max-width:768px) {
  .collapse.in {
    position: relative !important
  }

  .supermarket #navbar2.collapse.in {
    position: fixed !important
  }
}

/* admin */
.adminpage .navbar-header {
  border-bottom: 2px solid #f4604e;
  background-color: #363F45
}

.adminpage .navbar-header a,
.adminpage .navbar-header .logo-header {
  color: #fff
}

.adminpage .item.vuota {
  padding-bottom: 0
}

.adminpage .item .dishnamebox .vuoto {
  line-height: 40px;
  color: #ccc;
  font-size: 18px
}

/*.adminpage .item .dishnamebox .vuoto:after{content:'';display:block;width:100px;height:10px;position:absolute;left:0;top:50%;transform:translateY(-50%);background-color:#ddd;border-radius:4px}*/
/*.adminpage .item .description.vuoto{height:40px}
.adminpage .item .description{position:relative;}*/
/*.adminpage .item .description.vuoto:after,.adminpage .item .description.vuoto:before{content:'';display:block;width:90%;height:8px;position:absolute;left:0;top:10px;background-color:#eee;border-radius:1px}
.adminpage .item .description.vuoto:after{top:30px;width:80%}*/
.adminpage .item i.fa-plus-square {
  color: #ddd;
  font-size: 40px
}

.adminpage .dropdowncategory ul.dropdown-menu {
  width: 100%
}

.adminpage .dropdowncategory ul.dropdown-menu li {
  padding: 3px 0
}

.adminpage .dropdowncategory ul.dropdown-menu li a {
  line-height: 34px;
  text-align: center;
  display: block
}

form[name=settingcheckout] fieldset.form-group>div>.col-sm-9.col-lg-5.col-xl-4>div {
  display: flex
}

form[name=settingcheckout] fieldset.form-group>div>.col-sm-9.col-lg-5.col-xl-4>div>.form-check {
  display: flex;
  line-height: 35px;
  height: 35px;
  width: auto;
  white-space: nowrap
}

form[name=settingcheckout] fieldset.form-group>div>.col-sm-9.col-lg-5.col-xl-4>div>.form-check input {
  width: 20px;
  height: 20px;
  display: inline-block
}

form[name=settingcheckout] fieldset.form-group>div>.col-sm-9.col-lg-5.col-xl-4>div>.form-check label {
  display: inline-block;
  margin-right: 15px
}

.hoverOnPhoto {
  position: absolute;
  bottom: 10px;
  right: 20px;
  z-index: 99
}

.hoverOnPhoto>a {
  background-color: #fff;
  color: #000;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 5px 7px 5px 9px;
  display: block;
  margin-top: 4px
}

.textContainer {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  line-height: 35px;
  padding: 0 3px
}

.textContainer0 {
  width: 87px
}

.textContainer1 {
  width: calc(100% - 244px);
  min-height: 1px;
  font-weight: 700
}

.textContainer2 {
  width: 67px;
  text-align: right
}

.textContainer3 {
  width: 90px;
  text-align: right
}

.breadcrumbsbox {
  overflow: auto;
  padding-bottom: 5px
}

#breadcrumbsul {
  display: flex;
  white-space: nowrap;
}

#breadcrumbsul li {
  float: left;
  margin-left: 15px
}

#breadcrumbsul li:first-child {
  margin-left: 0
}

#breadcrumbsul li a {
  text-decoration: underline
}

#categoria_withfoto>.form-check,
#categoria_withfoto>.form-check,
.formatta1 .form-check {
  width: 50%;
  display: inline-block
}

.formatta2 .form-check {
  width: 33.33%;
  display: inline-block
}

.allergeni {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-end
}

.allergeni .form-check {
  width: 33.33%;
  display: flex;
  line-height: 40px;
  height: 40px;
  padding-right: 2%
}

.allergeni .form-check input {
  height: 20px;
  width: 20px;
  margin: 9px 5px 9px 0;
  flex: 0 0 auto
}

.allergeni .form-check label {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

#headingAllergen a {
  text-decoration: none;
  display: block;
  text-align: left
}

#collapseAllergen>.card-body {
  padding-top: 0
}

legend.col-form-label {
  font-size: 14px;
  border: none
}

.adminpage .titolobe {
  text-transform: uppercase;
  padding-top: 10px
}

.adminpage .colbox h3,
.adminpage .dishnamebox h3 {
  color: #337ab7
}

.adminpage .disabled .dishnamebox h3 {
  color: #ccc
}

.adminpage .panel-body {
  background-color: #fff
}

.adminpage .panel-default>.panel-heading {
  background-color: #f5f5f5
}

body .choicepanel.panel-default>.panel-heading {
  color: #337ab7;
  cursor: pointer
}

body .choicepanel.panel-default>.panel-heading.collapsed {
  background-color: #fff
}

body .choicepanel .panel-body label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.blockslist .item {
  padding: 40px 0;
  text-align: center
}

@media (max-width:767px) {
  .allergeni .form-check {
    width: 100%;
    padding-right: 0
  }

  .textContainer1 {
    width: calc(100% - 177px);
    min-height: 1px;
    font-weight: 700
  }

  .textContainer2 {
    display: none
  }
}

.categorypage .biobox .card-body>* {
  display: none
}

.categorypage .biobox .card-body>.categorylistBox {
  display: block
}

/* admin header */
.adminheader h2 {
  line-height: 56px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#bs-menuadmin {
  /*float:right;margin:3px 15px 3px 0*/
  padding-right: 0
}

#bs-menuadmin .dropdown>a {
  color: #fff;
  width: 40px;
  text-align: center;
  display: inline-block
}

#bs-menuadmin .dropdown-menu {
  background: #fff;
  color: #000;
  position: absolute;
  right: 0;
  width: 230px;
  left: initial;
  border-left: none;
  box-shadow: 0 0 5px #666;
  text-align: center
}

#bs-menuadmin .dropdown-menu .dropdown-item {
  text-align: left
}

#bs-menuadmin .dropdown-menu a {
  color: #000
}

.tostore {
  position: relative;
  width: 48px;
  height: 56px;
  display: inline-block;
  text-align: center;
  float: right
}

.tostore span {
  top: 8px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}

.tostore small {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 11px;
  text-align: center;
  font-size: 11px;
  line-height: 11px;
  text-transform: uppercase
}

#bs-menuadmin,
#bs-menuadmin a,
#bs-menuadmin:visited,
#bs-menuadmin a:hover {
  font-size: 16px
}

.disabilita {
  float: right;
  cursor: pointer
}

.activator {
  line-height: 42px
}

.activator a {
  cursor: pointer
}

@media (max-width:767px) {
  #navbar1 .navbar-nav>li>a {
    width: 100%
  }
}

/* administration page */
.administrationpage * {
  font-weight: 400
}

.administrationpage strong {
  font-weight: 700
}

.administrationpage #mainnav {
  z-index: initial
}

.administrationpage #mainnav .navbar-header {
  position: relative
}

.administrationpage .maincontainer,
.administrationpage #mainnav>.navbar-header>* {
  width: 100%
}

.administrationpage .navbar-header {
  border-bottom: 7px solid #f4604e;
  background-color: #363F45
}

.administrationpage #bs-menuadmin {
  padding: 0 15px
}

.administrationpage #bs-menuadmin .dropdown-menu {
  text-align: left
}

.administrationpage #bs-menuadmin .dropdown>a {
  width: auto
}

.administrationpage .adminheader .navbar-brand {
  z-index: 9;
  position: relative;
  padding: 15px 0
}

@media (max-width:992) {
  #bs-menuadmin .dropdown-menu {
    position: relative;
    box-shadow: initial;
    width: auto;
    margin: 0
  }
}

/* placehold */
.placehold {
  background-color: #fff
}

.specialbox {
  display: flex;
  height: 100%;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  text-align: center
}

.special i {
  font-size: 30vw
}

/* options */
.editoptions {
  white-space: nowrap;
  text-decoration: underline
}

@media (min-width:760px) {
  #desktopHomeImg {
    padding-top: 30vh;
    background-size: cover;
    background-position: center
  }

  .maincontainer,
  #mainnav>.navbar-header>* {
    width: 90%;
    margin: auto;
    max-width: 1600px
  }

  .checkoutpage .dx {
    margin-top: 0
  }

  .btn.btn-submit,
  .btn.btn-submit:hover,
  .btn.btn-submit:focus {
    position: relative;
    bottom: initial
  }

  .specialbox {
    display: block;
    position: relative;
    top: initial;
    left: initial;
    right: initial;
    bottom: initial;
    padding: 40px 15px;
    text-align: center
  }

  .special i {
    font-size: 200px
  }

  #prodotto>div:first-child {
    margin-top: 20px
  }
}

/*@media (max-width:760px){*/
input[type=file] {
  visibility: hidden;
  height: 0
}

/*#prodotto>*>label[for=prodotto_logo]{display: block;background: #ddd;position: absolute;top:0;width: 100%;height:100%;text-indent:-100%}
#prodotto>*>label[for=prodotto_logo] .invalid-feedback{z-index:9;display: block;background: #c03;text-indent: 0;bottom: 0;position: absolute;left: 0;right: 0}
#prodotto>*>label[for=prodotto_logo]:after{display:block;content:'';width:160px;position:absolute;top:0;left:50%;transform:translateX(-50%);bottom:0;background-image:url('../img/placeholder.gif');background-size:cover;background-position:center}
#prodotto>div:first-child{height:120px}*/
.styledfotoinput {
  background-color: #ddd
}

.styledfotoinput>label {
  display: block
}

.styledfotoinput .content {
  height: 120px;
  width: 160px;
  margin: auto;
  background-size: cover;
  background-position: center
}

.custom-file>label {
  display: none
}

/*}*/

/* menu */
.modal-fullscreen-menu {
  background-color: #2a2c36
}

.modal-fullscreen-menu .logo {
  transition: all 0.25s ease;
  padding-left: 2.7rem;
  padding-bottom: 1rem
}

.modal-fullscreen-menu .menu-footer {
  display: inline-flex;
  float: right;
}

.modal-fullscreen-menu .glyphicon-chevron-right {
  visibility: hidden;
  font-size: 10px;
  vertical-align: 2.5px;
  padding-right: 0.3rem
}

.modal-fullscreen-menu hr {
  border: 0;
  border-top: 1px solid #666;
  margin: 0.7rem;
}

.modal-fullscreen-menu .close {
  color: white;
  opacity: 1;
  padding: 3.5rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  font-size: 5vh;
}

.modal-fullscreen-menu .modal-dialog {
  margin: 0 auto;
  max-width: 298px;
  display: flex;
  height: 100%;
  align-items: center;
}

.modal-fullscreen-menu .modal-content {
  background-color: transparent;
  box-shadow: none;
  border: none;
}

.modal-fullscreen-menu .list-group {
  text-align: left;
  margin: 0 auto;
  width: 100%;
}

.modal-fullscreen-menu .list-group a {
  margin: 0.2rem;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0em;
  border-radius: 20px;
  border-color: transparent;
  transition: all 0.25s ease;
  background-color: transparent;
  padding: 0.7rem;
  height: 40px;
  line-height: 40px
}

/*.modal-fullscreen-menu .list-group a:hover {color: white;  border-radius: 20px;  background-color: #141519}
.modal-fullscreen-menu .list-group a:hover .glyphicon-chevron-right {visibility: visible}
.modal-fullscreen-menu .list-group a:before {transform: translate3d(0, 0, 0);opacity: 1}*/
.modal-fullscreen-menu .list-group a i {
  color: #f4604e;
  margin-right: 9px
}

.modal-fullscreen-menu .close {
  text-shadow: none
}

.modal-backdrop.in {
  opacity: 0.6
}

.menucopy {
  position: absolute;
  bottom: 5px;
  color: #fff;
  font-weight: 100;
  color: #ccc;
  font-size: 12px
}

/* header2 (supermarket) */
#navbar2 {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 118px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 998
}

#navbar2>div {
  background-color: #fff;
  max-width: 200px;
  height: 100%;
  padding: 0
}

#navbar2>div>ul li {
  padding: 5px 0;
  border-bottom: 1px solid #eee
}

#navbar2>div>ul>li a {
  line-height: 40px;
  display: block;
  color:
    /*#337ab7*/
    #000;
  padding: 0 10px
}

#navbar2>div>ul>li .dropdown-menu {
  left: 100%;
  top: 0px;
  margin-top: 0
}

#navbar2>div>ul>li>.dropdown-menu {
  top: 0px
}

#navbar2>div>ul>li .dropdown-menu li {
  padding: 5px 0
}

#navbar2 .dropdown:hover>.dropdown-menu {
  display: block;
  background-color: #f0f0f0;
  box-shadow: none
}

#navbar2 .dropdown:hover>.dropdown-menu .dropdown:hover>.dropdown-menu {
  background-color: #d0d0d0
}

#navbar2 .dropdown-item:hover>.dropdown-menu {
  display: block
}

#navbar2 .navbar-nav .nav-link {
  display: inline-block
}

#navbar2 .dropdown>.dropdown-toggle:active {
  pointer-events: none
}

@media (max-width:992px) {
  body.catopened {
    overflow: hidden
  }

  #navbar2>div {
    max-width: 100%;
    overflow: auto
  }

  #navbar2>div>ul>li .dropdown-menu {
    position: relative;
    left: initial;
    right: initial;
    top: initial;
    bottom: initial;
    float: none;
    border: 0
  }

  .col-xs-6 #qbox {
    margin-left: -15px
  }
}

/* fine header2 */

/* orderstable */
#orderstable .pagato {
  color: darkgreen
}

#orderstable .nonpagato {
  color: #c03
}

#orderstable .contanti {
  color: #ffcc33
}

/* other */
.shadow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9998;
  display: none;
  background: rgba(255, 255, 255, .7)
}

.shadow.on {
  display: block
}



a.deactivated {
  color: #ccc !important;
  border-color: #ccc !important
}

.scelta-menu {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 300px;
  text-align: center;
}

.scelta-menu h2 {
  margin-bottom: 15px;
}

.scelta-menu img {
  max-width: 100%;
  margin-bottom: 25px;
}

.scelta-menu span {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}

.scelta-menu a {
  display: block;
  background: #242424;
  color: #fff;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  margin-bottom: 15px;
}

/*customer*/
#customerheadernav1 {
  margin: 0
}

/* #logouticon1{} */

#btnmancia {
  width: 100%;
}

#btnmancia .btn {
  border: 1px solid #ddd;
}

#btnmancia .btn:focus {
  outline-width: 0;
}

#btnmancia button.btn {
  width: 15%;
}

#btnmancia button.btn.active {
  background: #5cb85c;
  border: 1px solid #5cb85c;
  color: #fff;
}

#btnmancia input.btn.active {
  border: 1px solid #5cb85c;
}

#btnmancia input.btn {
  width: 55%;
}

.configurabilidiv h3 {
  background: #000;
  color: #fff;
  padding: 5px;
}

.menu .itemc {
  padding-top: 15px;
}

.fotoconfigurabile {
  width: 100%;
}

.promoconfigurabile .fotoconfigurabile {
  height: inherit;
  margin-bottom: 10px;
}

.promoconfigurabile .menu h3 {
  font-size: 20px;
}

#confselectedul li i.fa-trash {
  color: #c03;
  position: relative;
  top: 10px;
  cursor: pointer;
}

.ordercivico {
  position: absolute;
  top: 0;
  right: 0;
  width: 75px;
  display: none;
}

.scelta-attivita {
  margin: 0 auto;
  width: 1200px;
  max-width: 95%;
  text-align: center;
  margin-top: 10vh;
}

.scelta-attivita .container-attivitas {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.scelta-attivita .container-attivitas .item {
  box-shadow: 0 0 10px 0 #c0c0c0;
  background: #fff;
  margin-top: 25px;
}

.scelta-attivita .container-attivitas .item .imglogo {
  max-width: 100%;
}

.scelta-attivita .container-attivitas .item .text {
  padding: 15px;
}

.scelta-attivita .container-attivitas .item .text h2 {
  margin-bottom: 10px;
  margin-top: 15px;
}

select[name='pointritiro'] {
  display: none;
}

.p-2 {
  padding: 10px;
}

.eventportal {
  font-size: 18px;
  background: #eee
}

.eventportal #mainnav>.navbar-header>* {
  max-width: 1170px
}

.eventportal div .card {
  border: none
}

.eventportal h2 {
  line-height: 26px
}

.eventportal .hpeventbox h2 {
  display: block;
  height: 52px;
  overflow: hidden
}

.eventportal .navbar-header {
  padding: 2px 15px
}

.eventportal .navbar-header .logo-header>img {
  padding: 0 !important;
  max-height: 70px !important
}

.eventportal #mobmenu {
  display: none !important
}

.eventportal .primariga {
  background-color: #fff;
  padding-top: 50px
}

@media (min-width:1000px) {
  .eventportal div .card {
    padding: 30px
  }
}

.promodueperuno {
  position: absolute;
  z-index: 9;
  padding: 5px;
}

@media (max-width:1024px) {
  .promodueperuno {
    display: none;
  }
}

.containerlanguage {
  display: flex;
  justify-content: center;
}

.containerlanguage a {
  flex: auto;
  text-align: center;
}

.productimgbox p {
  display: none;
}

.categoriefullimage .productimgbox {
  width: 100% !important;
  cursor: pointer;
  padding: 0;
}

.categoriefullimage .productimgbox .productimg {
  padding-top: 50% !important;
}

.categoriefullimage .productimgbox p {
  position: absolute;
  bottom: 15px;
  left: 5%;
  width: 90%;
  text-align: center;
  display: block;
  z-index: 9;
  font-size: 18px;
  color: rgb(255, 255, 255);
}

.categoriefullimage h2 {
  display: none;
}

.categoriefullimage .col-categoryhead>p {
  display: none;
}

.categoriefullimage.clickablecategorybox:before {
  z-index: 9;
  bottom: 30px;
  right: 0px;
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  padding-top: 6px;
  top: unset;
  cursor: pointer;
}

.categoriefullimage.macrocat2:before {
  content: "\f054";
  display: block;
  height: 40px;
  width: 40px;
  font: 100 normal normal 18px/1 FontAwesome;
  color: #999;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px
}

.categoriefullimage.macrocategorybox:before {
  content: "\f054";
  display: block;
  height: 40px;
  width: 40px;
  font: 100 normal normal 18px/1 FontAwesome;
  color: #999;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px
}

.categoriefullimage.macrocat2:before {
  z-index: 9;
  bottom: 30px;
  right: 0px;
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  padding-top: 7px;
  padding-left: 4px;
  top: unset;
  cursor: pointer;
}

.categoriefullimage.macrocategorybox:before {
  z-index: 9;
  bottom: 30px;
  right: 0px;
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  padding-top: 7px;
  padding-left: 4px;
  top: unset;
  cursor: pointer;
}

@media (min-width:768px) {
  .categoriefullimage .productimgbox {
    padding: 0 15px;
  }

  .categoriefullimage.clickablecategorybox:before {
    right: 15px;
  }

  .categoriefullimage.macrocat2:before {
    right: 15px;
  }

  .categoriefullimage.macrocategorybox:before {
    right: 15px;
  }

  #actioncollapseinfoservizio h2 {
    width: 100% !important;
  }

  #actioncollapseinfoservizio i {
    display: none !important;
  }

  #collapseinfoservizio {
    display: block !important;
  }
}

.modal-content {
  margin-bottom: 80px;
}

.ckeditor svg,
.ck-widget__resizer {
  display: none;
}

#modalfotolight .modal-dialog {
  width: 1000px;
  max-width: 95%;
}

.menulight .bottoni-aggiunte-configurabili {
  display: none !important;
}

.menulight .aggiunte-configurabili {
  padding-left: 15px !important;
}

.menulight #modal4 .modal-footer {
  display: none !important;
}

.iti {
  width: 100%;
}